home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Mac Game Programming Gurus / TricksOfTheMacGameProgrammingGurus.iso / More Source / Libraries / SAT 2.3b4 / Demo ƒ / SAT Invaders demo ƒ / SAT Invaders demo notes < prev    next >
Text File  |  1994-06-21  |  884b  |  16 lines

  1. SAT Invaders
  2. ============
  3.  
  4. SAT Invaders is intended as a mid-level demo, with menu handling (through TransSkel again) and levels, but no scores or special options. This makes it much smaller and easier to understand than HeartQuest.
  5.  
  6. SAT Invaders uses the simpler collision detection scheme, since all sprites are either friends or foes.
  7.  
  8. Special features:
  9. • Menus, event processing
  10. • Sound and direct-to-screen blitting can be turned off
  11. • Menu bar hiding.
  12.  
  13. SAT Invaders might be a possible platform to build on. Note that it doesn't save its settings. For optimal compatibility, you should save settings and scores in the system folder. (See Preferences.p in HeartQuest.)
  14.  
  15. IF YOU LIKE SAT INVADERS, you should try "Space Invaders" by Bettini Simone! That game is developed from ST Invaders, turning into a full-featured Space Invaders clone - the best I've seen for the Mac so far!
  16.